home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso
/
shareware
/
music
/
edplayer_2.1
/
edplayer.docs
/
edp2.1.intro.readme_first
< prev
next >
Wrap
Text File
|
1994-11-17
|
13KB
|
257 lines
============================================================================
EdPlayer version 2.1
by Ed Mackey
============================================================================
All new releases and upgrades of PD/Shareware/Freeware by Ed & Al Mackey
(such as EdPlayer) are uploaded FIRST to our official support BBS:
____ __ ___ ___ _____ __
/ / \ |\ /| |__ |___) | / \ |\ | __________
\____ \__/ | \/ | |___ | \ | \__/ | \| / /
__\______ ___ ___ ___ __ / /
____/ | |__ | |__ / / \ |\ /| |\ /| __/___/__
| |___ |___ |___ \___ \__/ | \/ | | \/ |
|
| Modem: (215) 464-6775 HST: (215) 464-4461
Supporting: Amiga/IBM/Mac/][gs/UNIX Storage: 670 Megabytes
Active Nodes: 9 (more coming soon) Location: Philadelphia, PA
Baud Rates: 3/12/24/48/96/14.4 (HST) Graphics: ANSI/IBM/SkyPix
Features: Teleconferencing Global 'GO' Commands
Multi-Player Games Inter-User Chatting
Live Conference RPG's ANSI & Skypix Pictures
Areas on ALL Topics Special Over & Under 18 Bases
Friendly Staff Hundreds of Active Users
============================================================================
The sysop of Somerton is Eric Parkin, a good friend of mine. If you call
his board in the evening or at night, there's a chance you might meet me
or Al (or both) messing around in the live teleconference area. Such fun
it is to have a BBS that understands multitasking, and has so many phone
lines going into it. It's running on an Amiga with a 25MHz '030.
But enough about that... You came here to read about EdPlayer...
----------------------------------------------------------------------------
ORGANIZATION OF THESE FILES:
These docs are organized so that you don't have to read all of them at
once, but can skip to the part you want or need. Aren't you glad??
As of v2.0, I have split the DOCs into separate files:
EdP2.1.Intro.README_FIRST
-- This file. Please read!! Then you can fiddle with the buttons.
EdP2.1.Buttons.DOC
-- After you fiddled, read this if you don't "get it".
EdP2.1.LEDs.DOC
-- What all the blinking things mean.
EdP2.1.Commands.DOC
-- Another way of controlling EdP. ARexx is OPTIONAL!
EdP2.1.ErrorCodes.DOC
-- Errors and POSSIBLE CAUSES! Read if/when you get one.
NOVICE AMIGA USERS: Don't be scared by the "ARexx" section!! You don't
need to know anything about ARexx itself to use EdPlayer commands, in
fact, you don't even NEED ARexx (although it's recommended). Please
glance at this section. There are many useful commands, and a lot of
EdPlayer's functions that are too complicated for a simple point-and-click
panel are stored here.
============================================================================
I N T R O D U C T I O N
============================================================================
Hello, and welcome to EdPlayer!!
First, distribution: EdPlayer is shareware. You can distribute it by any
means, including BBSs, PD disks, and FTP services like AB20, etc. You can
also distribute EdPlayer with your own programs, as long as you include a
note that EdPlayer is freely distributable, and do not make any copyright
claims on EdPlayer. If you want to distribute EdPlayer with a commercial
package, please contact me first (address at end of document). I would
LIKE for you to keep these docs with EdPlayer whenever possible, because
many important things are explained here (like EdPlayer's ARexx interface)
that aren't explained anywhere else. However, if you MUST distribute
EdPlayer without this file, you may. Also, note that if you distribute the
kd_freq.library, you MUST keep its DOC file with it. This is explained
later in this file, in the "Buttons" section under "OPEN", the only button
that uses the kd_freq.library.
The new EdPlayer Junior has the same distribution terms as EdPlayer.
EdPlayer and EdPlayerJr are copyright 1992 Ed Mackey.
----------------------------------------------------------------------------
BUT, what IS it??
EdPlayer is a music player. It can play both NoiseTracker modules and
MED version 3.21 (or greater??) modules. Note that SOME MED 3.00 modules
will work also, however, others will show up as "Unknown or corrupt module"
because MED 3.00 had a serious bug in the module-saving routines (it didn't
word-align the chunks sometimes, and caused other MED players to GURU, but
EdPlayer has a check for this and will only report a "corrupt module"
error). To fix a MED 3.00 or earlier module, simply load it into MED 3.21
and save it back out as a MODULE. As far as #?Tracker modules go, I
am now using the ProTracker 1.1b replay routine by Lars "Zap" Hamre/Amiga
Freelancers 1991. This may make some old NT mods not work properly
anymore, but I think that PT mods are far more popular by now.
What EdPlayer can be used for:
I had MANY uses in mind as I was designing EdPlayer. I wanted a music
player that could be used directly for entertainment, or multitask while
the user did word-processing or whatever, and also be able to run from both
ARexx and CLI scripts for use in IFF slide shows, presentations with
background music (AmigaVision, DVideo III, Director 2, etc.), music for
games written in AmigaBasic or other languages for which there are no
music-playing routines available, and basically any situation at all where
someone wants their Amiga to play some tunes. ;->
EdPlayerJr is a small version of EdPlayer, one that has no main panel.
It can be controlled from ARexx, telled, cteled, etc. It is very
good in low-mem conditions, because it only takes a few bytes of
CHIP mem, leaving most of the memory free for mods. It is also good
for presentations that don't need the main panel, etc. You can even
create programs (lists of songs) in the main EdPlayer and play them
back with EdPlayerJr.
EdPlayerJr tries to be as compatible as possible with the main EdPlayer
except for the lack of the panel. Almost all the same ARexx commands
work, the same startup script is used, etc. Even the version numbers
are the same so you can keep matching versions of EdPlayer and
EdPlayerJr together.
----------------------------------------------------------------------------
Starting EdPlayer: There are four ways to start EdPlayer...
---> (1) Workbench Icon. Brings up some CD-player like controls.
(2) CLI: "run EdPlayer" Also brings up the CD controls.
(3) CLI: "run EdPlayer -i" Brings up a tiny "iconified" WB window.
(4) CLI: "run EdPlayer -h" NO user interface, ARexx port ONLY!
Note that I recommend using the "runback" command rather than "run" if you
have it, so that the CLI window itself can close before EdPlayer does.
NOTE: A simmilar effect can be achieved with "run <NIL: >NIL: EdPlayer".
Note that ALL 4 startup methods open the EDPLAYER message port, which can
accept instructions from AREXX (if you have it) as well as the "telled"
command explained in the ARexx section.
*************** STARTUP SCRIPTS *****************
As of version 2.0, EdPlayer now attempts to run a startup script IF
ARexx is present when EdP is launched. The startup script should be
called REXX:Startup.EdP. An example startup script is contained in
this archive; please modify that to your liking rather than attempting
to create one from scratch. If you create one from scratch you might
forget some features or something, whereas the provided startup shows
how to set everything. Of course, if you know all the ARexx commands,
feel free to make one from scratch.
Please don't distribute modified startups.
----------------------------------------------------------------------------
OK, now that you know how to run it, you can start playing with it even
before you finish reading these DOCs. This is because there is an ONLINE
HELP FUNCTION that is sel